SixBit API Schema
Category1IDType Simple Type
Description
The numeric id of the first category for the item.
Namespace (none)
Type
Restriction of xs:integer
Diagram
Category1IDType Simple Type
Overview
Category1IDType Restriction of xs:integer
The numeric id of the first category for the item.
Facets
MinInclusive-242
MaxInclusive2147483647
Source
<xs:simpleType name="Category1IDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The numeric id of the first category for the item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="-242" />
    <xs:maxInclusive value="2147483647" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.